projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f09f80
)
Fix introspection annotation syntax
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 6 Jan 2011 12:44:19 +0000
(07:44 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 6 Jan 2011 12:44:19 +0000
(07:44 -0500)
gtk/gtkcelllayout.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcelllayout.c
b/gtk/gtkcelllayout.c
index 7c589f2108a04cb876742b3e4ffc1c659e4f1d65..49b2ec4d4675282d8e7b02f5dd529663c1e8e9cf 100644
(file)
--- a/
gtk/gtkcelllayout.c
+++ b/
gtk/gtkcelllayout.c
@@
-322,7
+322,7
@@
gtk_cell_layout_add_attribute (GtkCellLayout *cell_layout,
* gtk_cell_layout_set_cell_data_func:
* @cell_layout: a #GtkCellLayout
* @cell: a #GtkCellRenderer
- * @func
(allow-none
: the #GtkCellLayoutDataFunc to use, or %NULL
+ * @func
: (allow-none)
: the #GtkCellLayoutDataFunc to use, or %NULL
* @func_data: user data for @func
* @destroy: destroy notify for @func_data
*